com.supermap.ar

类 ArViewAdapter

  • java.lang.Object
    • com.supermap.ar.ArViewAdapter


  • public abstract class ArViewAdapter
    extends java.lang.Object
    AR适配器
    • 构造器概要

      构造器 
      构造器和说明
      ArViewAdapter(android.content.Context context)
      创建适配器
    • 方法概要

      所有方法 实例方法 抽象方法 
      限定符和类型 方法和说明
      abstract android.view.View getView(ArObject arObject, android.view.View recycledView, android.view.ViewGroup parent)
      设置布局
      • 从类继承的方法 java.lang.Object

        equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • 构造器详细资料

      • ArViewAdapter

        public ArViewAdapter(android.content.Context context)
        创建适配器
        参数:
        context - 上下文
    • 方法详细资料

      • getView

        public abstract android.view.View getView(ArObject arObject,
                                                  android.view.View recycledView,
                                                  android.view.ViewGroup parent)
        设置布局
        参数:
        arObject - ar对象
        recycledView - recycledView
        parent - 父窗体
        返回:
        view